Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Include version metadata in cross-building #930

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

orpheuslummis
Copy link
Contributor

@orpheuslummis orpheuslummis commented Nov 4, 2022

Relevant issue(s)

Resolves #929

Description

Leverage Makefile in cross-building script for that is what adds metadata to build process.

Tasks

  • I made sure the code is well commented, particularly hard-to-understand areas.
  • I made sure the repository-held documentation is changed accordingly.
  • I made sure the pull request title adheres to the conventional commit style (the subset used in the project can be found in tools/configs/chglog/config.yml).
  • I made sure to discuss its limitations such as threats to validity, vulnerability to mistake and misuse, robustness to invalidation of assumptions, resource requirements, ...

How has this been tested?

Tested only one binary, by cross-building on arm64 MacOS, and running a resulting binary on amd64 Linux.

@orpheuslummis orpheuslummis added the ci/build This is issue is about the build or CI system, and the administration of it. label Nov 4, 2022
@orpheuslummis orpheuslummis added this to the DefraDB v0.4 milestone Nov 4, 2022
@orpheuslummis orpheuslummis self-assigned this Nov 4, 2022
@orpheuslummis orpheuslummis requested a review from a team November 4, 2022 06:33
@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

Merging #930 (7cda3bd) into develop (a530749) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #930      +/-   ##
===========================================
- Coverage    60.05%   60.05%   -0.01%     
===========================================
  Files          159      159              
  Lines        17532    17532              
===========================================
- Hits         10529    10528       -1     
- Misses        6066     6067       +1     
  Partials       937      937              
Impacted Files Coverage Δ
connor/lt.go 72.72% <0.00%> (-4.55%) ⬇️

@source-devs
Copy link

Benchmark Results

Summary

  • 113 Benchmarks successfully compared.
  • 0 Benchmarks were ✅ Better.
  • 113 Benchmarks were ❌ Worse .
  • 0 Benchmarks were ✨ Unchanged.
✅ See Better Results...
time/opdelta
 
❌ See Worse Results...
time/opdelta
_Collection_UserSimple_CreateMany_Sync_0_100-4213ms ± 0%350ms ± 0%+64.42%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Sync_0_10-49.48ms ± 0%17.93ms ± 0%+89.04%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Sync_0_100-494.3ms ± 0%164.0ms ± 0%+73.98%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Sync_0_1000-4959ms ± 0%1495ms ± 0%+55.82%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Async_0_100-442.8ms ± 0%80.0ms ± 0%+86.89%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Async_0_1000-4430ms ± 0%681ms ± 0%+58.18%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Async_0_10000-44.41s ± 0%8.31s ± 0%+88.13%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Sync_10_10-4325µs ± 0%457µs ± 0%+40.70%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Sync_100_100-43.42ms ± 0%4.27ms ± 0%+24.84%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Sync_1000_1000-438.4ms ± 0%57.0ms ± 0%+48.49%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Sync_1000_10-4362µs ± 0%537µs ± 0%+48.15%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Sync_1000_100-43.74ms ± 0%5.25ms ± 0%+40.30%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Async_10_10-4237µs ± 0%434µs ± 0%+83.34%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Async_100_100-41.81ms ± 0%3.34ms ± 0%+84.78%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Async_1000_1000-424.6ms ± 0%40.0ms ± 0%+62.65%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Async_1000_10-4261µs ± 0%445µs ± 0%+70.60%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Async_1000_100-41.96ms ± 0%3.16ms ± 0%+61.14%(p=1.000 n=1+1)
_Query_UserSimple_Query_Sync_100-41.14ms ± 0%1.69ms ± 0%+47.79%(p=1.000 n=1+1)
_Query_UserSimple_Query_Sync_1000-49.01ms ± 0%11.06ms ± 0%+22.69%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithFilter_Sync_10-4440µs ± 0%707µs ± 0%+60.75%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithFilter_Sync_100-41.27ms ± 0%1.78ms ± 0%+40.17%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithFilter_Sync_1000-49.53ms ± 0%12.92ms ± 0%+35.57%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithLimitOffset_Sync_10-4403µs ± 0%635µs ± 0%+57.49%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithLimitOffset_Sync_100-4458µs ± 0%623µs ± 0%+36.16%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithLimitOffset_Sync_1000-4450µs ± 0%675µs ± 0%+49.98%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithMultiLookup_Sync_10-4661µs ± 0%936µs ± 0%+41.72%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithMultiLookup_Sync_100-4670µs ± 0%871µs ± 0%+29.91%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithMultiLookup_Sync_1000-4685µs ± 0%863µs ± 0%+26.07%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSort_Sync_10-4416µs ± 0%654µs ± 0%+57.29%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSort_Sync_100-41.22ms ± 0%1.97ms ± 0%+60.62%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSort_Sync_1000-49.55ms ± 0%14.42ms ± 0%+50.99%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSingleLookup_Sync_10-4292µs ± 0%429µs ± 0%+46.81%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSingleLookup_Sync_100-4294µs ± 0%400µs ± 0%+35.94%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSingleLookup_Sync_1000-4307µs ± 0%378µs ± 0%+23.20%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_10/ValueSize:0128-412.9µs ± 0%18.5µs ± 0%+42.92%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_10/ValueSize:0256-414.2µs ± 0%22.2µs ± 0%+55.85%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_10/ValueSize:0512-415.6µs ± 0%26.5µs ± 0%+70.11%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_10/ValueSize:1024-419.5µs ± 0%29.0µs ± 0%+49.23%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_100/ValueSize:0064-4124µs ± 0%191µs ± 0%+54.11%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_100/ValueSize:0128-4130µs ± 0%205µs ± 0%+57.63%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_100/ValueSize:0256-4141µs ± 0%235µs ± 0%+66.35%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_100/ValueSize:0512-4155µs ± 0%244µs ± 0%+58.06%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_100/ValueSize:1024-4192µs ± 0%300µs ± 0%+56.12%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_10/ValueSize:0064-414.8µs ± 0%21.3µs ± 0%+44.02%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_10/ValueSize:0128-415.0µs ± 0%21.8µs ± 0%+44.83%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_10/ValueSize:0256-415.2µs ± 0%23.2µs ± 0%+52.81%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_10/ValueSize:0512-417.6µs ± 0%27.1µs ± 0%+53.79%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_10/ValueSize:1024-420.0µs ± 0%36.1µs ± 0%+80.76%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_100/ValueSize:0064-4128µs ± 0%198µs ± 0%+54.39%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_100/ValueSize:0128-4138µs ± 0%218µs ± 0%+57.42%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_100/ValueSize:0256-4146µs ± 0%221µs ± 0%+51.78%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_100/ValueSize:0512-4160µs ± 0%241µs ± 0%+50.61%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_100/ValueSize:1024-4197µs ± 0%299µs ± 0%+51.93%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_10/ValueSize:0064-445.0µs ± 0%75.2µs ± 0%+67.09%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_10/ValueSize:0128-444.2µs ± 0%84.1µs ± 0%+90.02%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_10/ValueSize:0256-445.9µs ± 0%64.5µs ± 0%+40.34%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_10/ValueSize:0512-452.4µs ± 0%83.0µs ± 0%+58.31%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_10/ValueSize:1024-463.6µs ± 0%104.0µs ± 0%+63.60%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_100/ValueSize:0064-4336µs ± 0%626µs ± 0%+86.32%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_100/ValueSize:0128-4340µs ± 0%645µs ± 0%+89.81%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_100/ValueSize:0256-4355µs ± 0%630µs ± 0%+77.70%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_100/ValueSize:0512-4402µs ± 0%670µs ± 0%+66.83%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_100/ValueSize:1024-4482µs ± 0%811µs ± 0%+68.14%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_10/ValueSize:0064-443.7µs ± 0%74.1µs ± 0%+69.75%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_10/ValueSize:0128-444.0µs ± 0%75.8µs ± 0%+72.14%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_10/ValueSize:0256-446.4µs ± 0%71.7µs ± 0%+54.45%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_10/ValueSize:0512-452.2µs ± 0%90.3µs ± 0%+72.88%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_10/ValueSize:1024-466.6µs ± 0%115.1µs ± 0%+72.70%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_100/ValueSize:0064-4341µs ± 0%515µs ± 0%+51.10%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_100/ValueSize:0128-4343µs ± 0%568µs ± 0%+65.80%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_100/ValueSize:0256-4355µs ± 0%564µs ± 0%+58.81%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_100/ValueSize:0512-4387µs ± 0%741µs ± 0%+91.36%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_100/ValueSize:1024-4476µs ± 0%803µs ± 0%+68.57%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_10/ValueSize:0064-4118µs ± 0%181µs ± 0%+53.12%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_10/ValueSize:0128-4117µs ± 0%173µs ± 0%+47.88%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_10/ValueSize:0256-4117µs ± 0%188µs ± 0%+60.23%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_10/ValueSize:0512-4120µs ± 0%186µs ± 0%+54.93%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_10/ValueSize:1024-4138µs ± 0%194µs ± 0%+40.29%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_100/ValueSize:0064-41.17ms ± 0%1.69ms ± 0%+44.60%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_100/ValueSize:0128-41.20ms ± 0%1.68ms ± 0%+40.58%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_100/ValueSize:0256-41.19ms ± 0%2.03ms ± 0%+70.68%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_100/ValueSize:0512-41.25ms ± 0%1.82ms ± 0%+45.35%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_100/ValueSize:1024-41.39ms ± 0%2.02ms ± 0%+45.21%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_10/ValueSize:0064-4114µs ± 0%177µs ± 0%+55.20%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_10/ValueSize:0128-4116µs ± 0%188µs ± 0%+62.52%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_10/ValueSize:0256-4117µs ± 0%158µs ± 0%+34.98%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_10/ValueSize:0512-4118µs ± 0%179µs ± 0%+51.52%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_10/ValueSize:1024-4134µs ± 0%205µs ± 0%+53.02%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_100/ValueSize:0064-41.15ms ± 0%1.92ms ± 0%+66.62%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_100/ValueSize:0128-41.17ms ± 0%1.94ms ± 0%+66.73%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_100/ValueSize:0256-41.18ms ± 0%1.77ms ± 0%+49.67%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_100/ValueSize:0512-41.21ms ± 0%1.59ms ± 0%+31.82%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_100/ValueSize:1024-41.35ms ± 0%1.79ms ± 0%+32.73%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_10_10/ValueSize:0064-48.64µs ± 0%12.02µs ± 0%+39.07%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_10_10/ValueSize:0128-48.39µs ± 0%13.89µs ± 0%+65.56%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_10_10/ValueSize:0256-49.13µs ± 0%15.47µs ± 0%+69.44%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_10_10/ValueSize:0512-410.7µs ± 0%17.8µs ± 0%+65.98%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_10_10/ValueSize:1024-414.3µs ± 0%26.4µs ± 0%+85.48%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_100_100/ValueSize:0064-489.9µs ± 0%111.4µs ± 0%+23.91%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_100_100/ValueSize:0128-485.9µs ± 0%142.0µs ± 0%+65.24%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_100_100/ValueSize:0256-496.9µs ± 0%169.5µs ± 0%+74.95%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_100_100/ValueSize:0512-4110µs ± 0%204µs ± 0%+85.11%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_100_100/ValueSize:1024-4145µs ± 0%245µs ± 0%+68.15%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_10_1_10/ValueSize:0064-4121µs ± 0%176µs ± 0%+46.02%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_10_1_10/ValueSize:0128-4120µs ± 0%179µs ± 0%+49.31%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_10_1_10/ValueSize:0256-4119µs ± 0%167µs ± 0%+39.83%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_10_1_10/ValueSize:0512-4125µs ± 0%178µs ± 0%+42.92%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_10_1_10/ValueSize:1024-4130µs ± 0%195µs ± 0%+50.25%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_100_1_100/ValueSize:0064-41.24ms ± 0%1.67ms ± 0%+34.04%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_100_1_100/ValueSize:0128-41.22ms ± 0%1.66ms ± 0%+35.84%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_100_1_100/ValueSize:0256-41.21ms ± 0%1.73ms ± 0%+43.40%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_100_1_100/ValueSize:0512-41.28ms ± 0%1.85ms ± 0%+45.02%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_100_1_100/ValueSize:1024-41.27ms ± 0%1.83ms ± 0%+44.17%(p=1.000 n=1+1)
 
✨ See Unchanged Results...
time/opdelta
 
🐋 See Full Results...
develop.txtcurrent.txt
time/opdelta
pkg:collection goos:linux goarch:amd64
_Collection_UserSimple_CreateMany_Sync_0_10-410.5ms ± 0%18.0ms ± 0%+71.63%(p=1.000 n=1+1)
_Collection_UserSimple_CreateMany_Sync_0_100-4213ms ± 0%350ms ± 0%+64.42%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Sync_0_10-49.48ms ± 0%17.93ms ± 0%+89.04%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Sync_0_100-494.3ms ± 0%164.0ms ± 0%+73.98%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Sync_0_1000-4959ms ± 0%1495ms ± 0%+55.82%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Async_0_100-442.8ms ± 0%80.0ms ± 0%+86.89%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Async_0_1000-4430ms ± 0%681ms ± 0%+58.18%(p=1.000 n=1+1)
_Collection_UserSimple_Create_Async_0_10000-44.41s ± 0%8.31s ± 0%+88.13%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Sync_10_10-4325µs ± 0%457µs ± 0%+40.70%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Sync_100_100-43.42ms ± 0%4.27ms ± 0%+24.84%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Sync_1000_1000-438.4ms ± 0%57.0ms ± 0%+48.49%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Sync_1000_10-4362µs ± 0%537µs ± 0%+48.15%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Sync_1000_100-43.74ms ± 0%5.25ms ± 0%+40.30%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Async_10_10-4237µs ± 0%434µs ± 0%+83.34%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Async_100_100-41.81ms ± 0%3.34ms ± 0%+84.78%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Async_1000_1000-424.6ms ± 0%40.0ms ± 0%+62.65%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Async_1000_10-4261µs ± 0%445µs ± 0%+70.60%(p=1.000 n=1+1)
_Collection_UserSimple_Read_Async_1000_100-41.96ms ± 0%3.16ms ± 0%+61.14%(p=1.000 n=1+1)
pkg:query/simple goos:linux goarch:amd64
_Query_UserSimple_Query_Sync_10-4363µs ± 0%548µs ± 0%+50.86%(p=1.000 n=1+1)
_Query_UserSimple_Query_Sync_100-41.14ms ± 0%1.69ms ± 0%+47.79%(p=1.000 n=1+1)
_Query_UserSimple_Query_Sync_1000-49.01ms ± 0%11.06ms ± 0%+22.69%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithFilter_Sync_10-4440µs ± 0%707µs ± 0%+60.75%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithFilter_Sync_100-41.27ms ± 0%1.78ms ± 0%+40.17%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithFilter_Sync_1000-49.53ms ± 0%12.92ms ± 0%+35.57%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithLimitOffset_Sync_10-4403µs ± 0%635µs ± 0%+57.49%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithLimitOffset_Sync_100-4458µs ± 0%623µs ± 0%+36.16%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithLimitOffset_Sync_1000-4450µs ± 0%675µs ± 0%+49.98%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithMultiLookup_Sync_10-4661µs ± 0%936µs ± 0%+41.72%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithMultiLookup_Sync_100-4670µs ± 0%871µs ± 0%+29.91%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithMultiLookup_Sync_1000-4685µs ± 0%863µs ± 0%+26.07%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSort_Sync_10-4416µs ± 0%654µs ± 0%+57.29%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSort_Sync_100-41.22ms ± 0%1.97ms ± 0%+60.62%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSort_Sync_1000-49.55ms ± 0%14.42ms ± 0%+50.99%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSingleLookup_Sync_10-4292µs ± 0%429µs ± 0%+46.81%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSingleLookup_Sync_100-4294µs ± 0%400µs ± 0%+35.94%(p=1.000 n=1+1)
_Query_UserSimple_Query_WithSingleLookup_Sync_1000-4307µs ± 0%378µs ± 0%+23.20%(p=1.000 n=1+1)
pkg:storage goos:linux goarch:amd64
_Storage_Simple_Read_Sync_1_10/ValueSize:0064-412.3µs ± 0%18.1µs ± 0%+46.61%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_10/ValueSize:0128-412.9µs ± 0%18.5µs ± 0%+42.92%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_10/ValueSize:0256-414.2µs ± 0%22.2µs ± 0%+55.85%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_10/ValueSize:0512-415.6µs ± 0%26.5µs ± 0%+70.11%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_10/ValueSize:1024-419.5µs ± 0%29.0µs ± 0%+49.23%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_100/ValueSize:0064-4124µs ± 0%191µs ± 0%+54.11%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_100/ValueSize:0128-4130µs ± 0%205µs ± 0%+57.63%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_100/ValueSize:0256-4141µs ± 0%235µs ± 0%+66.35%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_100/ValueSize:0512-4155µs ± 0%244µs ± 0%+58.06%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_1_100/ValueSize:1024-4192µs ± 0%300µs ± 0%+56.12%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_10/ValueSize:0064-414.8µs ± 0%21.3µs ± 0%+44.02%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_10/ValueSize:0128-415.0µs ± 0%21.8µs ± 0%+44.83%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_10/ValueSize:0256-415.2µs ± 0%23.2µs ± 0%+52.81%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_10/ValueSize:0512-417.6µs ± 0%27.1µs ± 0%+53.79%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_10/ValueSize:1024-420.0µs ± 0%36.1µs ± 0%+80.76%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_100/ValueSize:0064-4128µs ± 0%198µs ± 0%+54.39%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_100/ValueSize:0128-4138µs ± 0%218µs ± 0%+57.42%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_100/ValueSize:0256-4146µs ± 0%221µs ± 0%+51.78%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_100/ValueSize:0512-4160µs ± 0%241µs ± 0%+50.61%(p=1.000 n=1+1)
_Storage_Simple_Read_Sync_100_100/ValueSize:1024-4197µs ± 0%299µs ± 0%+51.93%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_10/ValueSize:0064-445.0µs ± 0%75.2µs ± 0%+67.09%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_10/ValueSize:0128-444.2µs ± 0%84.1µs ± 0%+90.02%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_10/ValueSize:0256-445.9µs ± 0%64.5µs ± 0%+40.34%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_10/ValueSize:0512-452.4µs ± 0%83.0µs ± 0%+58.31%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_10/ValueSize:1024-463.6µs ± 0%104.0µs ± 0%+63.60%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_100/ValueSize:0064-4336µs ± 0%626µs ± 0%+86.32%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_100/ValueSize:0128-4340µs ± 0%645µs ± 0%+89.81%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_100/ValueSize:0256-4355µs ± 0%630µs ± 0%+77.70%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_100/ValueSize:0512-4402µs ± 0%670µs ± 0%+66.83%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_0_100/ValueSize:1024-4482µs ± 0%811µs ± 0%+68.14%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_10/ValueSize:0064-443.7µs ± 0%74.1µs ± 0%+69.75%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_10/ValueSize:0128-444.0µs ± 0%75.8µs ± 0%+72.14%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_10/ValueSize:0256-446.4µs ± 0%71.7µs ± 0%+54.45%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_10/ValueSize:0512-452.2µs ± 0%90.3µs ± 0%+72.88%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_10/ValueSize:1024-466.6µs ± 0%115.1µs ± 0%+72.70%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_100/ValueSize:0064-4341µs ± 0%515µs ± 0%+51.10%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_100/ValueSize:0128-4343µs ± 0%568µs ± 0%+65.80%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_100/ValueSize:0256-4355µs ± 0%564µs ± 0%+58.81%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_100/ValueSize:0512-4387µs ± 0%741µs ± 0%+91.36%(p=1.000 n=1+1)
_Storage_Simple_WriteMany_Sync_100_100/ValueSize:1024-4476µs ± 0%803µs ± 0%+68.57%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_10/ValueSize:0064-4118µs ± 0%181µs ± 0%+53.12%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_10/ValueSize:0128-4117µs ± 0%173µs ± 0%+47.88%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_10/ValueSize:0256-4117µs ± 0%188µs ± 0%+60.23%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_10/ValueSize:0512-4120µs ± 0%186µs ± 0%+54.93%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_10/ValueSize:1024-4138µs ± 0%194µs ± 0%+40.29%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_100/ValueSize:0064-41.17ms ± 0%1.69ms ± 0%+44.60%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_100/ValueSize:0128-41.20ms ± 0%1.68ms ± 0%+40.58%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_100/ValueSize:0256-41.19ms ± 0%2.03ms ± 0%+70.68%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_100/ValueSize:0512-41.25ms ± 0%1.82ms ± 0%+45.35%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_0_100/ValueSize:1024-41.39ms ± 0%2.02ms ± 0%+45.21%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_10/ValueSize:0064-4114µs ± 0%177µs ± 0%+55.20%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_10/ValueSize:0128-4116µs ± 0%188µs ± 0%+62.52%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_10/ValueSize:0256-4117µs ± 0%158µs ± 0%+34.98%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_10/ValueSize:0512-4118µs ± 0%179µs ± 0%+51.52%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_10/ValueSize:1024-4134µs ± 0%205µs ± 0%+53.02%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_100/ValueSize:0064-41.15ms ± 0%1.92ms ± 0%+66.62%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_100/ValueSize:0128-41.17ms ± 0%1.94ms ± 0%+66.73%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_100/ValueSize:0256-41.18ms ± 0%1.77ms ± 0%+49.67%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_100/ValueSize:0512-41.21ms ± 0%1.59ms ± 0%+31.82%(p=1.000 n=1+1)
_Storage_Simple_Write_Sync_100_100/ValueSize:1024-41.35ms ± 0%1.79ms ± 0%+32.73%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_10_10/ValueSize:0064-48.64µs ± 0%12.02µs ± 0%+39.07%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_10_10/ValueSize:0128-48.39µs ± 0%13.89µs ± 0%+65.56%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_10_10/ValueSize:0256-49.13µs ± 0%15.47µs ± 0%+69.44%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_10_10/ValueSize:0512-410.7µs ± 0%17.8µs ± 0%+65.98%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_10_10/ValueSize:1024-414.3µs ± 0%26.4µs ± 0%+85.48%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_100_100/ValueSize:0064-489.9µs ± 0%111.4µs ± 0%+23.91%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_100_100/ValueSize:0128-485.9µs ± 0%142.0µs ± 0%+65.24%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_100_100/ValueSize:0256-496.9µs ± 0%169.5µs ± 0%+74.95%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_100_100/ValueSize:0512-4110µs ± 0%204µs ± 0%+85.11%(p=1.000 n=1+1)
_Storage_Simple_Txn_Read_Sync_100_100/ValueSize:1024-4145µs ± 0%245µs ± 0%+68.15%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_10_1_10/ValueSize:0064-4121µs ± 0%176µs ± 0%+46.02%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_10_1_10/ValueSize:0128-4120µs ± 0%179µs ± 0%+49.31%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_10_1_10/ValueSize:0256-4119µs ± 0%167µs ± 0%+39.83%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_10_1_10/ValueSize:0512-4125µs ± 0%178µs ± 0%+42.92%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_10_1_10/ValueSize:1024-4130µs ± 0%195µs ± 0%+50.25%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_100_1_100/ValueSize:0064-41.24ms ± 0%1.67ms ± 0%+34.04%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_100_1_100/ValueSize:0128-41.22ms ± 0%1.66ms ± 0%+35.84%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_100_1_100/ValueSize:0256-41.21ms ± 0%1.73ms ± 0%+43.40%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_100_1_100/ValueSize:0512-41.28ms ± 0%1.85ms ± 0%+45.02%(p=1.000 n=1+1)
_Storage_Simple_Txn_Iterator_Sync_100_1_100/ValueSize:1024-41.27ms ± 0%1.83ms ± 0%+44.17%(p=1.000 n=1+1)
 

Copy link
Member

@jsimnz jsimnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Smart move re-using the make build command in the cross-build file.

@orpheuslummis orpheuslummis merged commit c0f8a31 into develop Nov 4, 2022
@orpheuslummis orpheuslummis deleted the orpheus/chore/version-metadata-crossbuild branch November 4, 2022 10:11
shahzadlone pushed a commit to shahzadlone/defradb that referenced this pull request Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci/build This is issue is about the build or CI system, and the administration of it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include version metadata in cross-platform build script.
3 participants