Skip to content

Commit 07df23e

Browse files
committed
Get self-profile data on demand not from db
1 parent 3c25313 commit 07df23e

File tree

4 files changed

+190
-233
lines changed

4 files changed

+190
-233
lines changed

Cargo.lock

+20-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async-trait = "0.1"
3939
database = { path = "../database" }
4040
bytes = "1.0"
4141
url = "2"
42-
analyzeme = { git = "https://github.com/rust-lang/measureme", branch = "stable" }
42+
analyzeme = { git = "https://github.com/rust-lang/measureme", branch = "analysis-in-analyzeme" }
4343
tar = "0.4"
4444
inferno = { version="0.10", default-features = false }
4545
mime = "0.3"

0 commit comments

Comments
 (0)