mirror of
https://github.com/babybear-labs/benchmark.git
synced 2026-01-10 07:47:55 -05:00
update jolt lib to latest, nightly toolchain updated
This commit is contained in:
896
jolt/algos/fib/Cargo.lock
generated
896
jolt/algos/fib/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -12,7 +12,7 @@ codegen-units = 1
|
||||
lto = "fat"
|
||||
|
||||
[dependencies]
|
||||
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", features = ["host"] }
|
||||
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", rev = "dd9e5c4bcf36ffeb75a576351807f8d86c33ec66", features = ["host"] }
|
||||
guest = { path = "./guest" }
|
||||
serde_json = "1.0.128"
|
||||
|
||||
|
||||
@@ -11,4 +11,4 @@ path = "./src/lib.rs"
|
||||
guest = []
|
||||
|
||||
[dependencies]
|
||||
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", features = ["guest-std"]}
|
||||
jolt = { package = "jolt-sdk", git = "https://github.com/a16z/jolt", rev = "dd9e5c4bcf36ffeb75a576351807f8d86c33ec66", features = ["guest-std"] }
|
||||
Binary file not shown.
@@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "nightly-2024-08-01"
|
||||
channel = "nightly-2024-09-30"
|
||||
targets = ["riscv32im-unknown-none-elf"]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"n": 100,
|
||||
"n": 37500,
|
||||
"expected": 541
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user