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

feat: add instructions on how to include canbench in Github CI #18

Merged
merged 5 commits into from
Feb 5, 2024

Conversation

ielashi
Copy link
Collaborator

@ielashi ielashi commented Feb 1, 2024

We also use those same instructions to include the examples in our own CI.

Copy link

github-actions bot commented Feb 1, 2024

canbench 🏋 (dir: examples/btreemap_vs_hashmap)

No significant performance changes detected ✅


---------------------------------------------------

Benchmark: insert_users
  total:
    instructions: 2.56 B (no change)
    heap_delta: 871 pages (no change)
    stable_memory_delta: 0 pages (no change)

---------------------------------------------------

Benchmark: remove_users
  total:
    instructions: 2.06 B (no change)
    heap_delta: 0 pages (no change)
    stable_memory_delta: 0 pages (no change)

---------------------------------------------------

Benchmark: pre_upgrade_bench
  total:
    instructions: 717.11 M (no change)
    heap_delta: 519 pages (no change)
    stable_memory_delta: 184 pages (no change)

  serialize_state (profiling):
    instructions: 717.10 M (no change)
    heap_delta: 519 pages (no change)
    stable_memory_delta: 0 pages (no change)

  writing_to_stable_memory (profiling):
    instructions: 502 (no change)
    heap_delta: 0 pages (no change)
    stable_memory_delta: 184 pages (no change)

---------------------------------------------------

Copy link

github-actions bot commented Feb 1, 2024

canbench 🏋 (dir: examples/fibonacci)

No significant performance changes detected ✅


---------------------------------------------------

Benchmark: fibonacci_20
  total:
    instructions: 2301 (no change)
    heap_delta: 0 pages (no change)
    stable_memory_delta: 0 pages (no change)

---------------------------------------------------

Benchmark: fibonacci_45
  total:
    instructions: 3088 (no change)
    heap_delta: 0 pages (no change)
    stable_memory_delta: 0 pages (no change)

---------------------------------------------------

@ielashi ielashi changed the title feat: add CI support feat: add instructions on how to include canbench in Github CI Feb 1, 2024
@ielashi ielashi marked this pull request as ready for review February 1, 2024 15:20
@ielashi ielashi requested a review from a team as a code owner February 1, 2024 15:20
@ielashi ielashi merged commit 7813f8f into main Feb 5, 2024
9 checks passed
@ielashi ielashi deleted the ielashi/ci_supports branch February 5, 2024 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants