Skip to content

perf: compare to v0.6.7 #326

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

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
578aa22
empty commit
maksymar May 28, 2025
218ee69
Merge branch 'main' into maksym/base
maksymar May 28, 2025
c49aa21
--persist
maksymar May 28, 2025
bddb9bd
Revert "--persist"
maksymar May 28, 2025
a6d1467
merge main
maksymar May 28, 2025
525a3bf
merge main
maksymar May 28, 2025
69f88db
revert
maksymar May 28, 2025
2bbbddf
Merge branch 'main' into maksym/base
maksymar Jun 5, 2025
bb83b42
stable-structures 0.6.7
maksymar Jun 6, 2025
3ac6965
Merge branch 'main' into maksym/base
maksymar Jun 6, 2025
55a5a0f
--persist v0.6.7
maksymar Jun 6, 2025
ca27233
compare head to v0.6.7
maksymar Jun 6, 2025
44faeaf
merge main
maksymar Jun 6, 2025
3136714
v0.6.7
maksymar Jun 6, 2025
331cc0c
head vs v0.6.7
maksymar Jun 6, 2025
c242fcd
Merge branch 'main' into maksym/base
maksymar Jun 12, 2025
51d388b
v0.6.7
maksymar Jun 12, 2025
e7839ec
v0.6.7 vs HEAD
maksymar Jun 12, 2025
6ec7003
Merge branch 'main' into maksym/base
maksymar Jun 12, 2025
e7a2ce5
v0.6.7
maksymar Jun 12, 2025
4118f8a
compare v0.6.7 vs v0.6.9
maksymar Jun 12, 2025
c85fff3
Merge branch 'main' into maksym/base
maksymar Jul 1, 2025
7aa2afe
Merge branch 'maksym/base' of github.com:dfinity/stable-structures in…
maksymar Jul 1, 2025
0151c6e
rm csv, logs
maksymar Jul 1, 2025
f9e7213
0.6.7
maksymar Jul 1, 2025
f42b116
merge main
maksymar Jul 2, 2025
bef3ac0
--persist
maksymar Jul 2, 2025
e076302
merge main
maksymar Jul 7, 2025
e5b6fde
=0.6.7
maksymar Jul 7, 2025
751e69d
merge main
maksymar Jul 8, 2025
03205e7
revert
maksymar Jul 8, 2025
2ab0db5
--persist
maksymar Jul 8, 2025
b75755b
.
maksymar Jul 8, 2025
e873cd9
.
maksymar Jul 8, 2025
709e873
.
maksymar Jul 8, 2025
8002502
compare to v0.6.7
maksymar Jul 8, 2025
4cf3dfd
merge main
maksymar Jul 10, 2025
d2601f9
Merge branch 'main' into maksym/base
maksymar Jul 14, 2025
5c29859
Merge branch 'main' into maksym/base
maksymar Jul 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,16 @@ jobs:
matrix:
name:
- btreemap
- btreeset
# - btreeset
- io_chunks
- memory-manager
- nns
- vec
include:
- name: btreemap
project_dir: ./benchmarks/btreemap
- name: btreeset
project_dir: ./benchmarks/btreeset
# - name: btreeset
# project_dir: ./benchmarks/btreeset
- name: io_chunks
project_dir: ./benchmarks/io_chunks
- name: memory-manager
Expand All @@ -119,7 +119,8 @@ jobs:
- name: Checkout baseline branch
uses: actions/checkout@v4
with:
ref: main
#ref: main
ref: maksym/baseline-v0.6.7
path: _canbench_baseline_branch

- uses: actions/cache@v4
Expand Down
1 change: 1 addition & 0 deletions scripts/ci_run_benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ CANBENCH_RESULTS_CSV_FILE="/tmp/canbench_results_${CANBENCH_JOB_NAME}.csv"

# Install canbench.
cargo install --version 0.2.0 --locked canbench
#cargo install --git https://github.com/dfinity/canbench canbench --branch maksym/order --locked

# Verify that the canbench results file exists.
if [ ! -f "$CANBENCH_RESULTS_FILE" ]; then
Expand Down