We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6465405 commit 3c2aff4Copy full SHA for 3c2aff4
1 file changed
README.md
@@ -25,6 +25,12 @@ Command line arguments can be used to control various aspects of the application
25
```
26
> RayTracer.exe --benchmark --width 2560 --height 1200 --fullscreen --scene 1
27
28
+Here are my results with the command above on two different computers using NVIDIA drivers 425.31.
29
+
30
+| Platform | Scene 1 | Scene 4 |
31
+| --- | ---: | ---: |
32
+| GeForce RTX 2080 Ti | 25.3 fps | 10.4 fps |
33
+| GeForce GTX 1080 Ti | 3.6 fps | 1.3 fps |
34
35
## Building
36
0 commit comments