mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-06-28 08:49:38 -04:00
41d935bb10
# Description of Changes Makes the keynote benchmark job reusable so that it can be invoked and run in other CI environments. # API and ABI breaking changes N/A # Expected complexity level and risk 2 # Testing Refactor. Relies on existing coverage.
20 lines
509 B
TOML
20 lines
509 B
TOML
[package]
|
|
name = "ci"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
log.workspace = true
|
|
anyhow.workspace = true
|
|
chrono = { workspace = true, features=["clock"] }
|
|
clap.workspace = true
|
|
regex.workspace = true
|
|
reqwest = { workspace = true, features = ["blocking", "json"] }
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
duct.workspace = true
|
|
tempfile.workspace = true
|
|
env_logger.workspace = true
|
|
keynote-bench-harness = { path = "../keynote-bench-harness" }
|
|
spacetimedb-guard.workspace = true
|