Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Sep 26, 2023
1 parent 04c97c4 commit 73be3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/concrete-cpu/implementation/test/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn build(b: *std.Build) void {
test_.linkLibC();
test_.linkSystemLibraryName("unwind");
test_.linkSystemLibraryName("concrete_cpu");
test_.addLibraryPath("../target/debug");
test_.addLibraryPath(b.FileSource.relative("../target/debug"));

test_.addIncludePath("../include");

Expand Down

1 comment on commit 73be3af

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 73be3af Previous: a5b9760 Ratio
v0 PBS table generation 88994347 ns/iter (± 764772) 88873737 ns/iter (± 1297605) 1.00
v0 PBS simulate dag table generation 54176410 ns/iter (± 133820) 53975310 ns/iter (± 249580) 1.00
v0 WoP-PBS table generation 145390863 ns/iter (± 1186484) 145375688 ns/iter (± 117755) 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.