Skip to content

Commit 35da1aa

Browse files
committed
(rust): Write the event to DynamoDB
1 parent e5c0568 commit 35da1aa

File tree

6 files changed

+1259
-36
lines changed

6 files changed

+1259
-36
lines changed

TODO.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
- Python
66
- Ruby
7-
- Rust
87
- Java
98

109
## Infrastucture
@@ -13,8 +12,6 @@
1312

1413
## Benchmark
1514

16-
- Filter out reports from invocations that failed
1715
- Plan how to benchmark the lambdas
18-
- Where to put data for analysis
1916
- Initial analysis - see what's there
2017
- Script for reproducible analyses

benchmark/scripts/download_log_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66
import boto3
77

8-
LIVE_LAMBDAS = ["typescript"]
8+
LIVE_LAMBDAS = ["typescript", "rust"]
99

1010

1111
class Row(TypedDict):

0 commit comments

Comments
 (0)