mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-11 03:04:22 +01:00
2
core/mvcc/.github/workflows/smoke_test.yml
vendored
2
core/mvcc/.github/workflows/smoke_test.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-targets --tests --all-features -- -D warnings
|
||||
args: --all-targets --all-features -- -D warnings
|
||||
rust-fmt:
|
||||
runs-on: ubuntu-latest
|
||||
name: Run Rustfmt
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
use criterion::{black_box, criterion_group, criterion_main, Criterion};
|
||||
use mvcc_rs::database::{Database, LocalClock, Row};
|
||||
use criterion::{criterion_group, criterion_main, Criterion};
|
||||
use mvcc_rs::clock::LocalClock;
|
||||
use mvcc_rs::database::{Database, Row};
|
||||
use pprof::criterion::{Output, PProfProfiler};
|
||||
|
||||
fn bench(c: &mut Criterion) {
|
||||
|
||||
Reference in New Issue
Block a user